Summary

List documents from a category in a table.

Component properties
Category AS Document
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type block

When to use

This component is typically used when there is a need to display a list of documents in a category. 

Programming interface

Parameters

Location
A category where the documents to list are located.
Display settings
DefaultSortOrder
Species how the list should be sorted.
Can be one of the follwing values:
  • Created by, ascending
  • Created by, descending
  • Document name, ascending
  • Document name, descending
  • Modified by, ascending
  • Modified by, descending
  • Modified date, ascending
  • Modified date, descending
  • Publish date, ascending
  • Publish date, descending
Target
Optional, The link target.
NoDocumentLabel
Indicates that no label should be generated for each document.
PTID
Optional, a presentation template id to use for the listed documents.
Number
Max number of documents you want to list. 0 = All documents
startNumber
Column1
Column1Header
Header for Column one
Column2
Column2Header
Header for Column two
Column3
Column3Header
Header for Column three
Column4
Column4Header
Header for Column four
Column5
Column5Header
Header for Column five
Column6
Column6Header
Header for Column six
Column7
Column7Header
Header for Column seven
Column8
Column8Header
Header for Column eight
Column9
Column9Header
Header for Column nine
Date format
Sets or gets a value that indicates a format string to with the custom date format. For a more information on the different time format strings DateTimeFormatInfo class documentation. The default value is G which displays a combination of the short date and long time patterns, separated by a space.
Table properties
Border
The size (in pixels) of the table border.
cellPadding
The padding (distance between the cell content and the cell's outer edge) in each table cell.
cellSpacing
The distance between each cell
Width
The width of the table
headerClassName
A CSS class used to format the table Header
titleClassName
A CSS class used to format each inserted document
textClassName
A CSS class used to format the text
Table caption
The caption element of the table.
Table summary
The summary attribute of the generated table.
TableAttributes
A list of attributes in that will be included in the table element.
ColProperties
The content of the caption col and colgroup tags.

Remarks

The List pageable filtered documents 2.0, Script filtered documents and Insert filtered documents 2.0 components are good alternatives to this component when working with EPT documents